on *:JOIN:#: { 
  notice $nick </^\> Welcome to #DragonBallZ! I am ZBot3 V.1 a Dbz Bot. Type `Register To Begin. </^\> 
} 
on *:Text:`Register*:#:{ 
  notice $nick </^\> Step One: Type `Name (Name Of your Dbz Chr) </^\> 
  if ($chan != %ChanSet) { halt } 
  if ($readini($nick $+ .ini,Register,Complete) == Yes) { Notice 
    $nick You've already registered! You can't register again! | halt 
  } 
}
on *:Text:`Name*:#:{ 
  notice $nick </^\> Now that you've chosen a name Time for step 2. Step 2:  Now that you chose a name you must choose a race. Type `Races for a list of the races.
  if ($readini($nick $+ .ini,Register,Name) == Yes) { Notice $nick 
  You already Made a Name! | halt } 
  writeini $nick $+ .ini $nick Name $2- 
  writeini $nick $+ .ini Register Name Yes 
}
